Skip to content

Conversation

@mergify
Copy link

@mergify mergify bot commented Dec 15, 2025

Description

To fix "SEVERE WARNING" from class loader in moveit_servo, created the class loader as a member variable instead of creating it on the stack.

This fixes the following error:

[servo_node-20] Warning: class_loader.ClassLoader: SEVERE WARNING!!! Attempting to unload library while objects created by this loader exist in the heap! You should delete your objects before attempting to unload the library or destroying the ClassLoader. The library will NOT be unloaded.

This is an automatic backport of pull request #3577 done by [Mergify](https://mergify.com).

* Add class loader member variable instead of  creating on stack

* Fix formatting to satisfy clang

---------

Co-authored-by: AndyZe <andyz@utexas.edu>
Co-authored-by: Nathan Brooks <nathanbrooks@picknik.ai>
(cherry picked from commit 92654dd)
@nbbrooks
Copy link
Contributor

The humble/jazzy/rolling CI jobs should not be running on PRs against kilted :(

@nbbrooks nbbrooks merged commit e401bc6 into kilted Dec 15, 2025
6 of 10 checks passed
@nbbrooks nbbrooks deleted the mergify/bp/kilted/pr-3577 branch December 15, 2025 15:00
@github-project-automation github-project-automation bot moved this to ✅ Done in MoveIt Dec 15, 2025
@codecov
Copy link

codecov bot commented Dec 15, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 0.00%. Comparing base (71d94df) to head (75f7509).
⚠️ Report is 1 commits behind head on kilted.

Additional details and impacted files
@@            Coverage Diff             @@
##           kilted   #3648       +/-   ##
==========================================
- Coverage   46.26%   0.00%   -46.25%     
==========================================
  Files         720     207      -513     
  Lines       62708   23096    -39612     
  Branches     7592    3145     -4447     
==========================================
- Hits        29006       0    -29006     
+ Misses      33535   23096    -10439     
+ Partials      167       0      -167     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants